home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / ActiveIngredients / communicae / communicae.app / DemoFiles / vi.cae < prev    next >
Text File  |  1993-09-21  |  704b  |  33 lines

  1. #! communicae
  2. # Attempt to run "vi" a little bit more visually.  Arrows are customized,
  3. # drag-and-drop does a ":e", quit attempts to do ":q" rather than blindly
  4. # killing the process.  Command key sends control characters except for
  5. # those which are useful to run Communicae.
  6. clearall
  7. pty = 1
  8. command = "vi"
  9. logout = ":q^M"
  10. bskey
  11. mousedown = "%V%H"
  12. tabwidth = 8
  13. font = "Ohlfs"
  14. fontsize = 10
  15. leading = 1
  16. rows = 60
  17. columns = 80
  18. menus = no
  19. drop = ":e %s^M"
  20. f0 = "%c"
  21. f3 = "k%|{"    # Up
  22. f4 = "j%|}"    # Down
  23. f5 = "l%|w"    # Right
  24. f6 = "h%|b"    # Left
  25. f207 = Other    # Cmd+O
  26. f227 = Copy    # Cmd+c
  27. f232 = Hide    # Cmd+h
  28. f233 = Insert    # Cmd+i
  29. f238 = New    # Cmd+n
  30. f239 = Open    # Cmd+o
  31. f241 = Quit    # Cmd+q
  32. f246 = Paste    # Cmd+v
  33.